projects
/
emacs.git
/ commitdiff
commit
grep
author
committer
pickaxe
?
search:
re
summary
|
shortlog
|
log
|
commit
| commitdiff |
tree
raw
|
patch
| inline |
side by side
(parent:
98bd608
)
(rmail-send-actions-rmail-buffer): Mark as permanent-local.
author
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Jun 1996 08:25:55 +0000
(08:25 +0000)
committer
Richard M. Stallman
<rms@gnu.org>
Fri, 28 Jun 1996 08:25:55 +0000
(08:25 +0000)
(rmail-send-actions-rmail-msg-number): Likewise.
lisp/mail/rmail.el
patch
|
blob
|
history
diff --git
a/lisp/mail/rmail.el
b/lisp/mail/rmail.el
index e08fb569d9771cc7d9e458ae86d585a5eb5352da..e26563e6ab92639da4f9e084d6405b2d43694ba6 100644
(file)
--- a/
lisp/mail/rmail.el
+++ b/
lisp/mail/rmail.el
@@
-2145,6
+2145,9
@@
original message into it."
(interactive)
(rmail-start-mail t))
+(put 'rmail-send-actions-rmail-buffer 'permanent-local t)
+(put 'rmail-send-actions-rmail-msg-number 'permanent-local t)
+
(defun rmail-reply (just-sender)
"Reply to the current message.
Normally include CC: to all other recipients of original message;